home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / kill-the-dragons.swf / scripts / DefineSprite_84_oppSnowBallThrow2 / frame_7 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  131 b   |  5 lines

  1. var throwSound = new Sound(this);
  2. throwSound.attachSound("oppThrow");
  3. throwSound.setVolume(hitValue * 10);
  4. throwSound.start();
  5.